home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / sigame.swf / scripts / frame_6 / DoAction.as
Text File  |  2008-03-07  |  178b  |  10 lines

  1. stop();
  2. var salvaRecorde = true;
  3. clearInterval(intvRecorde);
  4. intvRecorde = setInterval(function()
  5. {
  6.    clearInterval(intvRecorde);
  7.    gotoAndStop("recordes");
  8. }
  9. ,2000);
  10.